home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / shared.cst / 00037_Script_MAC callbacks < prev    next >
Text File  |  1997-07-24  |  662b  |  29 lines

  1. -- MAC qtvr callbacks
  2.  
  3.  
  4. -------------------------------------------------------------------------------------------------------
  5. factory CallBackTracer
  6.   
  7. method mNew
  8.   
  9. method mEvalExpr pExpr
  10.   
  11. method mSendHCMessage pMessage
  12.   
  13. method mSendCardMessage pMessage
  14.   do pMessage
  15.   
  16. method mGetFieldByName pCard, pName
  17.   
  18. method mGetFieldByNum pCard, pNum
  19.   
  20. method mGetFieldByID pCard, pID
  21.   
  22. method mSetFieldByName pCard, pName, pValue
  23.   
  24. method mSetFieldByNum pCard, pNum, pValue
  25.   
  26. method mSetFieldByID pCard, pID, pValue
  27.   
  28. end 
  29. --------------------------------------------------------------------------------------------------------